home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1364 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  851 b 

  1. Path: jussieu.fr!pessaux
  2. From: pessaux@cadillac.ibp.fr (Francois PESSAUX (invite Hardin))
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Key up/down in inputevent handler
  5. Date: 18 Jan 1996 13:31:29 GMT
  6. Organization: Universites Paris VI/Paris VII - France
  7. Distribution: world
  8. Message-ID: <4dli3h$on7@vishnu.jussieu.fr>
  9. NNTP-Posting-Host: monbazillac.ibp.fr
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. Keywords: input event handler
  14.  
  15. Hi,
  16.  
  17. Does anyone know how I could determine if a RAWKEY event is due to a key down
  18. or a key up ?
  19. I created a handler that filters events, in order to notice me a keystroke.
  20. But I when a key is pressed, 2 events are generated. One when the key is pressed
  21. down, and one when the key is released. I'm only interrested in key pressed down.
  22. How can I do this ?
  23.  
  24.     Francois
  25.  
  26.